As of September 23rd elektron-users has been replaced by elektronauts.com. Find out what this means here.
Applications / Templates
Post all applications, plugins, templates and other misc. here.
Order by : Name | Date | Hits [ Descendent ]
*You can add a preview audio player to your submission. Example: {mmp3dm}Name of file uploaded.mp3{/mmp3dm}.
Kenton Control Freak SE Machinedrum programhot! 03/14/2005  Hits: 336
This is a program I made on my Control Freak (version with 16 sliders and 16 buttons). Currently, sliders 1-16 control the level of each of the MD's 16 tracks. Buttons 1-16 act as alternate note triggers for each of the MD's 16 tracks. In the very near future I plan to see if I can't use the 16 buttons to act as mute/unmute buttons, which I think will be of great use. As I understand it, currently the MD does not have dedicated mute/unmute communication features, but the Control Freak allows for stringing together multiple messages...so I'll give it a try. Charles Choc, Jr. cchocjr@bellsouth.net cchocjr@mac.com
Kenton Control Freak SE Machinedrum program (v1.1 MUTE)hot! 03/15/2005  Hits: 2598
This is a slightly altered version of a program recently uploaded for the Kenton Control Freak. Instead of using the 16 buttons of the Freak to trigger the 16 tracks of the MD, they are set to mute and unmute each of the MD's individual tracks. This might be of use to folks--it certainly will make my life easier. Charles Choc, Jr. cchocjr@bellsouth.net cchocjr@mac.com
LCC (20-1-2008)hot! 01/20/2008  Hits: 3496
As requested, the pattern and kit sysex for my reverse-engineered version of Autechre's LCC.
Lemur template: Analog Four (very basic)hot! 05/12/2013  Hits: 2350

Just a simple starting point for editing the Analog Four with lemur. It uses only the CC parameters. No NRPN used in this template. I have no intentions to continue working on this template, so feel free to do whatever you like with it.

Ronald 

 

Lemur template: Octatrack launchpad (basic)hot! 05/12/2013  Hits: 2492

This is a very basic approach for launching loops on an Octatrack using sample chains and a lemur template. I have no intentions nor time to continue working on this, so feel free to do whatever you like with it. There are still lots of features to be added or improvements to be made, but it works in its basic form.

Watch the Youtube demo for an impression: http://youtu.be/vFNGfQUxFPY

 Ronald. 

Machinedrum_CTRL_Mute_for_Usine_v5hot! 02/16/2010  Hits: 2439

This is a patch for Sensomusic Usine that with the push of one preset manager button sends the Machinedrum a Program Change Message as well as set the initial state of all the mutes for the new pattern. Also, you can recall visual cues for which instrument you have on each track. This patch works fine in Usine Free version.

 This was hastily adapted from a larger workspace in Usine, so hopefully no bugs :)

MD BCR2000hot! 02/22/2009  Hits: 2813

Machinedrum template for BCR2000

encoder groups 1-4 ; rhythm echo, gate box, eq, dynamix

buttons 1-16; track mute

encoders row 2-3; track delay send

MD Control Template for Bitstream 3X 1.0hot! 02/12/2008  Hits: 2478

Machinedrum control template for the Bitstream 3X

 This version controls LFO depth, Distortion, Filter Frequency, SSR and push mutes (Vol 0 or 127) for each individual track. More to come. 

MD Machine Labhot! 08/09/2009  Hits: 2845
A Machinedrum editor for Mac OS X.
MD song list excel spreadsheethot! 06/19/2010  Hits: 2293

Document linked to :http://www.divshare.com/download/11750688-f78 Link created on :Sat, 2010-Jun-19 08:43

 

Excel template I created to help me merge songs.

md+mnm-livesheethot! 03/09/2010  Hits: 5513
A JPG file containing 16 labeled boxes, for you to write in pattern info as a reference for performing live on the machinedrum and monomachine.
Minicommand - OctatrackLiveSketch_V1.0hot! 02/25/2012  Hits: 3152

Hi all,

 This is a firmware i wrote for the Ruin & Wesen mini command for external control of Octatrack FX, as well as porting the Wesen Supatrigga functionality from his MD Live sketch. See notes below.

cheers,

Tyrone

 

//  OT Live Sketch

// Note - this sketch assumes that you have:
//    RAM RECORDER machine on OT Track 5.  From memory I think you need to set the length to be 32 steps / 2 bars long.
//    MD running through a THRU machine on OT Track 6
//    MNM running through a THRU machine on OT Track 7
//    Filter FX assigned to FX block 1 on the THRU and RAM RECORDER machines
//    DJ EQ FX assigned to FX block 2 on the THRU and RAM RECORDER machines
//

// Notes on Variables:  update midi channels below for your setup if required
#define RECORDER_MIDI_CHANNEL (5 - 1)  // OT Track / Midi Channel 5
#define MD_THRU_MIDI_CHANNEL (6 - 1)  // OT Track / Midi Channel 6
#define MNM_THRU_MIDI_CHANNEL (7 - 1) // OT Track / Midi Channel 7
#define TETRA_MIDI_CHANNEL (12 - 1) // Midi Channel 12
#define CC_FX_1_PARAM_1 34  //FILTER BASE
#define CC_FX_1_PARAM_2 35  //FILTER WIDTH
#define CC_FX_2_PARAM_4 43  //EQ LOW GAIN
#define CC_FX_2_PARAM_6 45  //EQ HI GAIN
#define CC_PLAYBACK_PARAM_2 17  //RECORDER START
#define CC_PLAYBACK_PARAM_4 19  //RECORDER RATE

// General Notes - Firmware has two main "modes": 
// 1.0  Mode 1 - "THRU" machine mode.  Give control of FX on THRU machines. 
// 1.01 There are two pages in "THRU" machine mode.  To toggle between the two pages, press button 1 (top left) when in "THRU" machine mode.
// 1.1  Page 1 - DJEq Page - control of Low and Hi EQ for "MD THRU" and "MNM THRU"
// 1.11 Pressing an Encoder will "cut" the EQ to 0 or toggle it back to its previous value.  An asterix is displayed next to the encoder name to show when EQ "cut" is active
// 1.12 Holding Button 2 (bottom left) and pressing an encoder will restore the EQ back to 64 and disable "cut" mode
// 1.2  Page 2 - Filter Page - control of Filter Cutoffs for "MD THRU" and "MNM THRU"
// 1.21 Pressing an Encoder will "cut" the cutoff to 0 (BAS) or 127 (WDT), or toggle it back to its previous value.  An asterix is displayed next to the encoder name to show when EQ "cut" is active
// 1.22 Holding Button 2 (bottom left) and pressing an encoder will restore the cutoff back to 0 (BAS) or 127 (WDT) and disable "cut" mode
// 2.0  Mode 2 - "RAM RECORDER" mode.  Give control of FX on RAM RECORDER machine.
// 2.01 There is only one page for this mode which controls both the DJ EQ and Filter FX.
// 2.02 Functionality is same as above for fx controls
// 3.0  To switch from "THRU" to "RAM RECORD" mode, press button 4 (top right). 
// 3.1  To switch from "RAM RECORD" to "THRU" mode, press button 1 (top left).  Once back in "THRU" mode, subsequent presses of button 1 will switch between the two pages of "THRU" mode
// 4.0  Press button three to activate the wesen supatrigga functionality for the RAM RECORDER machine.  This can be activated from any mode/page.

 

 

<< Start < Prev 1 2 3 Next > End >>
Results 13 - 24 of 33

Login Form

start Player